PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFTextBoxField Class / setIsMultiline Method
True if the field may contain multiple lines of text; false if the field's text shall be restricted to a single line.
In This Topic
    setIsMultiline Method
    In This Topic
    Sets a value indicating whether the field is multiline.
    Syntax
    public void setIsMultiline( 
       boolean value
    )

    Parameters

    value
    True if the field may contain multiple lines of text; false if the field's text shall be restricted to a single line.
    See Also